From 173c76c64594480cd6ac7cebc23d7f4611ce858f Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Sun, 20 Jun 2004 13:51:29 +0000 Subject: [PATCH] bitkeeper revision 1.988 (40d59661pUJXlR6MxQNmZrn_ulTfqQ) Bug fix. --- xen/common/dom0_ops.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/common/dom0_ops.c b/xen/common/dom0_ops.c index e7ac6a085d..ea298eeac5 100644 --- a/xen/common/dom0_ops.c +++ b/xen/common/dom0_ops.c @@ -288,6 +288,8 @@ long do_dom0_op(dom0_op_t *u_dom0_op) break; } + read_unlock_irqrestore(&tasklist_lock, flags); + op->u.getdomaininfo.flags = (test_bit(DF_RUNNING, &d->flags) ? DOMFLAGS_RUNNING : 0); -- 2.30.2